DataSource for Entity Framework in WPF
C1.Data Namespace / ProgressiveView<T> Class
The type of the entities in this view.
Members

In This Topic
    ProgressiveView<T> Class
    In This Topic
    Represents a client view that loads entities sequentially (progressively) page by page. The user sees the result and can interact with it before all pages are loaded.
    Object Model
    ProgressiveView<T> Class
    Syntax
    'Declaration
     
    Public Class ProgressiveView(Of T) 
       Inherits ClientView(Of T)
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T)C1.LiveLinq.IObservableSource(Of T) 
    Type Parameters
    T
    The type of the entities in this view.
    Remarks
    Sorting is required, loading entities progressively is impossible without sort.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.Data.ClientView<T>
                C1.Data.ProgressiveView<T>

    See Also